uht: fix reference counting issue
authorMatthew Cather <[email protected]>
Tue, 9 Sep 2025 07:32:18 +0000 (09:32 +0200)
committerFelix Fietkau <[email protected]>
Tue, 9 Sep 2025 12:50:51 +0000 (14:50 +0200)
commitf88f78e9b691ddbefb1fc8af53c7f26a0db12fc0
tree019a1cb405c21e95bbea8fb706182e69d033af1a
parent0b867c8cf579389bcb7d0eb89aa9668a0ad9b6c5
uht: fix reference counting issue

`__reader_get_value` only ever returns a new object so the `ucv_get`
is not needed and adds an extra reference to the object.

Signed-off-by: Matthew Cather <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
src/ucode.c